@charset "UTF-8";

.pages {
    position: relative;
}
.count-page {
    position: absolute;
    visibility: hidden;
}


/*图片放大*/
.img-plus{vertical-align: top; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.img-plus:hover{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}

/*按钮*/
.com-more-bar {
    padding-bottom: 60px;
}
.com-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff!important;
    background: #D30010;
    background: -moz-linear-gradient(top, #E80013 0%, #D00011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E80013), color-stop(100%,#D00011));
    background: -webkit-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -o-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -ms-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: linear-gradient(to bottom, #E80013 0%,#D00011 100%);
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more:hover {
    opacity: .8;
}
.com-more .icon-more2 {
    margin-left: 18px;
    vertical-align: top;
    width: 18px;
    height: 100%;
    background: url(../images/icon_plus.png) no-repeat center;
}


/*头部*/
.top-bar {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background: #4A4C4E;
    color: #aaaaaa;
}
.top-bar .right li {
    float: left;
    margin-left: 30px;
}
.top-bar .right li span {
    color: #ddd;
}
.top-bar .right li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.top-bar .right li i.icon-top-tel {
    background: url(../images/icon_top_tel.png) no-repeat center;
}
.top-bar .right li i.icon-top-kf {
    background: url(../images/icon_top_kf.png) no-repeat center;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header .com-width {
    width: 100%;
    padding: 0 30px;
}
.header .hd-nav li {
    position: relative;
    float: left;
}
.header .hd-nav li>a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 35px;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
    .header .hd-nav li > a {
        padding: 0 18px;
    }
}
.header .hd-nav li.on>a {
    color: #fff!important;
    background: #B4202B;
    background: -moz-linear-gradient(top, #C62A33 0%, #B11F28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C62A33), color-stop(100%,#B11F28));
    background: -webkit-linear-gradient(top, #C62A33 0%,#B11F28 100%);
    background: -o-linear-gradient(top, #C62A33 0%,#B11F28 100%);
    background: -ms-linear-gradient(top, #C62A33 0%,#B11F28 100%);
    background: linear-gradient(to bottom, #C62A33 0%,#B11F28 100%);
}
.header .hd-nav li:hover>a {
    color: #fff; background:#B4202B;
}
/*二级导航*/
.tnavbox{position:absolute;width:122px;left:50%;margin-left:-61px;top:75%;height:0;padding-top:17px;/* display:none;*/ text-align: center;z-index: 2;}
.tnav{ background:#fff; box-shadow:0 0 16px -4px rgba(0,0,0,.3); padding:20px 1px 18px 1px; transform:translateY(20px); -webkit-transform:translateY(20px); opacity:0; visibility:hidden; transition:400ms; -webkit-transition:400ms; }
.tnav a{ display:block; color:#666; line-height:1.1; padding:10px 0; transition:background 300ms; -webkit-transition:background 300ms; }
.tnavbox .line{ z-index:9; width:20px; height:4px; position:absolute; left:50%; margin-left:-10px; top:17px; background:#a2192b; transform:translateY(20px); -webkit-transform:translateY(20px); opacity:0; visibility:hidden; transition:400ms; -webkit-transition:400ms; }
.tnav a:hover{ background:#f4f4f4; color:#a2192b; }
.header .hd-nav li:hover .tnavbox {
    height:100px;
}
.header .hd-nav li:hover .tnavbox .tnav,
.header .hd-nav li:hover .tnavbox .line{ transform:translate(0); -webkit-transform:translate(0); opacity:1; visibility:visible; }


.head-right {
    position: relative;
}
.head-right .search-btn {
    float: left;
    width: 140px;
    height: 100%;
    font-size: 14px;
    text-align: right;
    color: #0075c5;
}
.head-right .search-btn i {
    width: 20px;
    height: 20px;
    background: url(../images/sprint_cm.png) no-repeat -35px -26px;
    cursor: pointer;
}
.head-right .search-btn:hover {
    opacity: 0.9;
}
.head-right .search-box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 300px;
    height: 40px;
    line-height: 40px;
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.head-right .search-box input {
    height: 40px;
}
.head-right .search-box .input-in {
    width: 230px;
    text-indent: 10px;
    border: 1px solid #d0212b;
    color: #fff;
}
.head-right .search-box .input-sub {
    width: 70px;
    background: #d0212b;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*内页头部*/
.header-page {
    position: static;
    background: #fff;
    height: 100px;
    border-bottom: 1px solid #E5E5E5;
}
.header-page .hd-nav li>a {
    color: #333;
}
.header-page .head-right .search-btn i {
    background: url(../images/sprint_cm.png) no-repeat -54px -26px;
}
.header-page .hd-nav li {
    height: 100px;
}
.index-fixed {
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    transition: 600ms;
    -webkit-transition: 600ms;
    border-bottom: 1px solid #ededed;
    height: 90px;
    line-height: 90px;
}
.index-fixed.show {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.index-fixed .tnavbox {
    top: 60%;
}


/*Banner*/
.banner {
    position: relative;
    overflow: hidden;
}
.banner .slick-active img {
   /*  -webkit-animation: minus 10s 0s ease both infinite;
   -moz-animation: minus 10s 0s ease both infinite;
   animation: minus 10s 0s ease both infinite;
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   animation-delay: 1s;
   -webkit-animation-delay: 1s;
   animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1; */
}
/*缩小停止*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
    from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
/*Slider Start*/
/*.slider-index img{width: 100%;}*/
.slider-index .slick-arrow{position: absolute; top: 50%; z-index: 2; width: 40px; height: 60px; background: rgba(0,0,0,.2); font-size: 0; margin-top: -30px; cursor: pointer; border: none;  -webkit-transition: .5s; -ms-transition: .5s; transition: .5s;}
.slider-index .slick-prev{left: 70px; }
.slider-index .slick-next{right: 70px; }
.slider-index .slick-arrow:hover{background: #d0212b;background: rgba(187, 62, 70, 0.8);}
.slider-index .slick-prev:before,
.slider-index .slick-next:before{font-size: 24px; color: #fff; font-family: serif,"宋体";}
.slider-index .slick-prev:before{content: "<";}
.slider-index .slick-next:before{content: ">";}
.slick-dots{position: absolute; bottom: 0; z-index: 2; display: block; width: 100%; height: 30px; padding: 0; margin: 0; text-align: center;}
.slick-dots li{position: relative; display: inline-block; height: 20px; padding: 0; cursor: pointer; text-align: center;}
.slick-dots li button{font-size: 0; line-height: 0; cursor: pointer; zoom: 1; width: 12px; height: 12px; margin: 0 5px; overflow: hidden; background: transparent; background: rgba(0,0,0,.2); line-height: 999px; border-radius: 50%; opacity: 0.9; filter: alpha(opacity=90); border: none;}
.slick-dots li.slick-active button{background: #B9242D;}
.slick-slide{height: auto!important;}
/*Slider End*/


/*首页导航*/
.banner .index-nav {
    width: 100%;
    height: 110px;
    background: #F0F0F0;
    overflow: hidden;
}
.banner .index-nav .item {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.banner .index-nav:hover .item {
    /*width: 24%;*/
}
.banner .index-nav .item:hover {
    /*width: 28%;*/
}
.banner .index-nav .item ~ .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    height: 80px;
    border-left: 1px solid #E5E5E5;
}
.banner .index-nav .item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #d0212b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.banner .index-nav .item:hover:after {
    width: 100%;
    left: 0;
}
.banner .index-nav .item a {
    display: inline-block;
    padding-top: 28px;
    height: 110px;
    width: 100%;
}
.banner .index-nav .item .pic {
    display: inline-block;
    margin-right: 16px;
    text-align: right;
}
.banner .index-nav .item .des {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    color: #666;
}
.sp-st {
    background-image: url(../images/sprint_st.png);
    background-repeat: no-repeat;
}
.sp-st-1 {
    width: 28px;
    height: 26px;
    background-position: 0 0;
}
.sp-st-2 {
    width: 29px;
    height: 25px;
    background-position: 0 -36px;
}
.sp-st-3 {
    width: 31px;
    height: 30px;
    background-position: 0 -69px;
}
.sp-st-4 {
    width: 26px;
    height: 33px;
    background-position: 0 -109px;
}
.banner .index-nav .item .tit {
    font-size: 18px;
    color: #d0212b;
    overflow: hidden;
}
/*首页标题*/
.com-title {
    padding-top: 50px;
    padding-bottom: 45px;
    text-align: center;
}
.com-title .tit-cn {
    margin-bottom: 15px;
    font-size: 28px;
    color: #333;
    line-height: 1; font-weight:bold;
}
.com-title .tit-des {
    font-size: 16px; 
    color: #6c6c6c;
}
.com-title .line {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    height: 19px;
    background: url(../images/tit_line.png) no-repeat center;
}

/*案例*/
.index-case-content .bd .item ~ .item {
    display: none; 
}
.index-case-content .gr-case-list {
    padding-bottom: 20px;
}

/*关于*/
.index-about {
    position: relative;
    padding-bottom: 66px;
    background: #F0F0F0;
}
.index-about .bg-pic {
    position: absolute;
    left: 50%;
    bottom: -60px;
    margin-left: 580px;
    width: 378px;
    height: 231px;
    background: url(../images/about_bg.png) no-repeat center;
}
.index-about .com-title {
    padding-top: 65px;
    padding-bottom: 45px;
}
.index-about-content .pic {
    margin-right: 60px;
    width: 500px;
    height: 351px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-about-content .pic:hover {
    opacity: .9;
}
.index-about-content .des {
    line-height: 2;
}
.index-about-content .about-info-list li {
    display: inline-block;
    margin-right: 60px;
    padding-top: 40px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 55px;
}
.index-about-content .about-info-list li .tit-b {
    font-size: 16px;
    color: #000;
}
.index-about-content .about-info-list li .tit-b .big {
    font-size: 42px;
    line-height: 1;
}

/*团队*/
.index-team {
    position: relative;
    /*padding-bottom: 45px;*/
}
.index-team .bg-pic {
    position: absolute;
    left: 50%;
    bottom: -245px;
    margin-left: -960px;
    width: 488px;
    height: 370px;
    background: url(../images/team_bg.png) no-repeat center;
}
.index-team-content {
    position: relative;
}
.index-team-content .bd {
    height: 390px;
    overflow: hidden;
    /*margin-bottom: 50px;*/
}
.index-team-content.com-slider .hd {
    margin-top: 0;
    padding-bottom: 0;  
    padding-top: 20px;
}
.index-team-content.com-slider .bd .com-btn,
.about-album-content.com-slider .bd .com-btn {
    margin-top: -90px;
    background: #ddd;
    color: #fff;
    opacity: 0;
}
.about-album-content.com-slider .bd .com-btn {
    margin-top: -110px;
}
.index-team-content.com-slider .bd:hover .com-btn,
.about-album-content.com-slider .bd:hover .com-btn {
    opacity: 1;   
}
.index-team-content.com-slider .bd .com-btn:hover,
.about-album-content.com-slider .bd .com-btn:hover {
    background: #d0212b;
}
.gr-team-list {
    width: 1260px;
}
.gr-team-list li {
    position: relative;
    float: left;
    margin-right:53px;
    padding-bottom: 20px;
    width: 260px;
    overflow: hidden;
    text-align: center;
}
.gr-team-list li .pic {
    position: relative;
    width: 260px;
    height: 325px;
    overflow: hidden;
}
.gr-team-list li .tit {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.gr-team-list li .des {
    color: #999;
}
.index-team-content .hd {
    text-align: center;
}

/*新闻*/
.index-news .com-title,
.index-case .com-title,
.index-team .com-title {
    padding-bottom: 12px;
}
.index-news-content {
    padding-bottom: 25px;
}
.index-news-content .bd {
    width: auto!important;
}
.index-news-content .bd .item {
    /*position: static!important;*/
    width: auto!important;
}
.index-news-content .bd .item ~ .item {
    display: none;
}
.index-news-content .bd .item .left {
    width: 500px;
}
.index-news-content .bd .item .pic {
    width: 500px;
    height: 300px;
    overflow: hidden;
}
.index-news-content .bd .item .pic img {
    max-width: none;
    max-height: none;
    height: 100%;
}
.index-news-content .bd .item .cont {
    height: auto;
    line-height: 1;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 1px solid #ddd;
}
.index-news-content .bd .item .cont .tit {
    font-size: 18px;
    margin-bottom: 15px;
    height: auto;
    color: #333;
}
.index-news-content .bd .item .cont .tit:hover {
    color: #D0212B;
}
.index-news-content .bd .item .cont .des {
    margin-top: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}



.index-news-list {
    padding: 10px 25px;
    width: 700px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    height: 453px;
}
.index-news-list li {
    height: 39px;
    line-height: 39px;
    
}
.index-news-list li .date {
    color: #aaaaaa;
}
.index-news-list li .tit {
    display: inline-block;
    width: 480px;
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-list li .tit:hover {
    color: #d0212b;
}

.index-cate-list {
    text-align: center;
    margin-bottom: 40px;
}
.index-cate-list li {
    display: inline-block;
    margin: 0 4px;
    padding:  0 48px;
    height: 42px;
    line-height: 42px;
    background: #9A9A9A;
    background: -moz-linear-gradient(top, #aaa 0%, #9A9A9A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#9A9A9A));
    background: -webkit-linear-gradient(top, #aaa 0%,#9A9A9A 100%);
    background: -o-linear-gradient(top, #aaa 0%,#9A9A9A 100%);
    background: -ms-linear-gradient(top, #aaa 0%,#9A9A9A 100%);
    background: linear-gradient(to bottom, #aaa 0%,#9A9A9A 100%);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border-radius: 21px;
}
.index-cate-list li.on {
    background: #d0212b;
    color: #fff;
    background: -moz-linear-gradient(top, #EB2737 0%, #D00011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EB2737), color-stop(100%,#D00011));
    background: -webkit-linear-gradient(top, #EB2737 0%,#D00011 100%);
    background: -o-linear-gradient(top, #EB2737 0%,#D00011 100%);
    background: -ms-linear-gradient(top, #EB2737 0%,#D00011 100%);
    background: linear-gradient(to bottom, #EB2737 0%,#D00011 100%);
}
.index-cate-list li a {
    color: #fff;
}
.gr-news-list {
    width: 1220px;
    padding-bottom: 35px;
}
.gr-news-list li {
    float: left;
    width: 390px;
    margin-right: 15px;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-news-list li .pic {
    width: 390px;
    height: 234px;
    overflow: hidden;
    position: relative;
}
.gr-news-list li .pic .cover {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #d0212b;
    opacity: .8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-news-list li ~ li:hover .pic .cover,
.gr-news-list li:first-child .pic:hover .cover {
    bottom: 0;
}
.gr-news-list li .pic .cover div {
    margin: 12px auto;
    width: 14px;
    height: 14px;
    position: relative;
}
.gr-news-list li .pic .cover div span {
    display: block;
    background: #fff;
    position: absolute;
}
.gr-news-list li .pic .cover div .h {
    width: 14px;
    height: 2px;
    top: 6px;
}
.gr-news-list li .pic .cover div .v {
    width: 2px;
    height: 14px;
    left: 6px;
}
.gr-news-list li .tit {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.gr-news-list li .tit em {
    display: inline-block;
    background: #d0212b;
    color: #fff;
    padding: 0 5px;
    margin-right: 6px;
    font-size: 14px;
}
.gr-news-list li .des {
    margin-bottom: 8px;
    color: #666;
}
.gr-news-list li .date {
    color: #999;
}
.gr-news-list li .date .icon-clock {
    margin-right: 9px;
    width: 15px;
    height: 15px;
    background: url(../images/icon_clock.png) no-repeat center;
    vertical-align: sub;
}

/*友链*/
.index-links {
    padding-bottom: 20px;
    line-height: 2;
}
.index-links .com-width {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
.index-links a {
    margin-right: 8px;
    color: #666;
}
.index-links a:hover {
    color: #d0212b;
}

/*Footer*/
.footer {
    background: url(../images/bg_footer.jpg);
}
.footer .foot-info {
    position: relative;
    padding: 40px 0 10px;
}
.foot-contact .foot-hotline {
    color: #9A9A9A;
    line-height: 1;
    /*margin-bottom: 25px;*/
}
.foot-contact .foot-hotline .gr-cont {
    padding-top: 6px;
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    color: #999;
}
.foot-contact .foot-hotline .gr-cont .des {
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
}
.foot-contact .foot-hotline .gr-cont .online-kf {
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-radius: 5px;
    text-align: center;
    background: #d0212b;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-contact .foot-hotline .gr-cont .online-kf:hover {
    background: #d84952;
}
.sp-cm {
    background-image: url(../images/sprint_cm.png);
    background-repeat: no-repeat;
}
.sp-cm-kf {
    width: 22px;
    height: 26px;
    background-position: 0 -26px;
    margin-right: 10px;
}
.sp-cm-wb {
    width: 21px;
    height: 18px;
    background-position: -36px 0;
    margin-left: 15px;
    margin-right: 5px;
}
.sp-cm-wx {
    width: 21px;
    height: 18px;
    background-position: 0 0px;
}
.foot-focus {
    text-align: right;
    margin-top: 25px;
}
.foot-focus a .sp-cm {
    opacity: .3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-focus a:hover .sp-cm {
    opacity: 0.5;
}
.foot-focus .wx {
    position: relative;
}
.foot-focus .wx .qr-box {
    position: absolute;
    right: 40px;
    width: 110px;
    top: -5px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    padding: 5px 0 0;
    font-size: 12px;
    color: #666;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-focus .wx:hover .qr-box {
    opacity: 1;
    visibility: visible;
}
.foot-qr {
    position: relative;
    margin-right: 120px;
    text-align: center;
    padding-top: 10px;
    line-height: 2.5;
}
.foot-qr .qr-item {
    display: inline-block;
}
.foot-qr .qr-item:first-child {
    margin-right: 30px;
}
.foot-qr:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -60px;
    height: 90%;
    border-left: 1px dashed #403f3f;
}
.foot-qr:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -60px;
    height: 90%;
    border-left: 1px dashed #403f3f;
}
.foot-nav .foot-nav-item {
    float: left;
}
.foot-nav .foot-nav-item ~ .foot-nav-item {
    /*margin-left: 90px;*/
    margin-left: 60px;
}
.foot-nav .foot-nav-item .foot-navtit {
    padding-bottom: 10px; 
    font-size: 16px;
    color: #fff;
}
.foot-nav .foot-nav-item .foot-subnav li {
    margin-top: 10px;
}
.foot-nav .foot-nav-item .foot-subnav li a,
.footer .foot-info .links a,
.footer .copyright a {
    color: #999;
}
.foot-nav .foot-nav-item .foot-subnav li a:hover,
.footer .foot-info .links a:hover,
.footer .copyright a:hover {
    color: #d0212b;
}
.footer .copyright {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #414141;
    color: #999;
}
.footer .copyright .right span {
    display: inline-block;
    margin: 0 5px;
    color: #494949;
}



/*内页样式*/
/*Page banner 开始*/
.page-banner {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    text-align: center;
    background-color: #ededed;
}
.page-banner .banner-icon {
    position: absolute;
    left: 50%;
    top: 12%;
    width: 13px;
    height: 49px;
    background: url(../images/banner_tit_icon.png) no-repeat center;
}
.page-banner.min {
    height: 180px;
    -webkit-transition: 8s;
    -o-transition: 8s;
    transition: 8s;
}
.page-banner.min:hover {
    background-position: center -200px!important;
}
.page-banner.min .banner-icon {
    display: none;
}
.page-banner .tit2 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -45px;
}
.page-banner .tit2 h3 {
    font-size: 36px;
    color: #DCDCDC;
}
.page-banner .tit2 p {
    margin-top: 5px;
    font-size: 16px;
    color: #aba9a9;
    text-transform: uppercase;
}
.page-banner.on {
    margin-bottom: 60px;
}
.page-banner>img {
    -webkit-animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;
     animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;
}
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(.8, .8)
    }
}

@keyframes SlickIn {
    0% {
        transform: scale(1.2, 1.2)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(.8, .8)
    }
}
.page-banner .tit {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    margin-left: -600px;
    margin-top: -140px;
    text-align: center;
    z-index: 10;
}

/*Page banner 结束*/

/*内页公共 开始*/
.category-bar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
.category-bar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    opacity: .98;
    z-index: 101;
}
.category-bar a {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    font-size: 16px;
    margin: 0 28px;
}
.category-bar a.on {
    color: #d0212b;
}
.category-bar a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #d0212b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-bar a:hover:before,
.category-bar a.on:before {
    width: 100%;
    left: 0;
}
.category-bar a ~ a:after {
    content: "/";
    position: absolute;
    left: -30px;
    color: #DADADA;
}
.page-title {
    position: relative;
}
.page-title:before {
    content: url(../images/icon_x.png);
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -5px;
}
.com-des p {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
}
.com-des p ~ p {
    margin-top: 25px;
}
.com-par {
    font-size: 16px;
    line-height: 1.8;
}
.com-more-2,
.com-more-3 {
    display: inline-block;
    width: 219px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff!important;
    background: #d0212b;
    background: -moz-linear-gradient(top, #E80013 0%, #D00011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E80013), color-stop(100%,#D00011));
    background: -webkit-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -o-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -ms-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: linear-gradient(to bottom, #E80013 0%,#D00011 100%);
    margin-top: 50px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more-2 span {
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-more-2:hover span {
    margin-left: 10px;
}
.com-more-2:hover,
.com-more-3:hover {
    opacity: .9;
}
.com-more-3 {
    width: 150px;
    height: 48px;
    line-height: 48px;
    margin-top: 0;
}
.com-more-3.black {
    background: #363636;
    background: -moz-linear-gradient(top, #444 0%, #363636 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#363636));
    background: -webkit-linear-gradient(top, #444 0%,#363636 100%);
    background: -o-linear-gradient(top, #444 0%,#363636 100%);
    background: -ms-linear-gradient(top, #444 0%,#363636 100%);
    background: linear-gradient(to bottom, #444 0%,#363636 100%);
}
/*内页公共 结束后*/

/*内页关于*/
.about-des {
    margin-top: 35px;
    margin-bottom: 80px;
}
.about-video {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-video:hover {
    opacity: .8;
}
.about-culture {
    height: 660px;
    overflow: hidden;
    background: url(../images/about_culture_bg.jpg) no-repeat center;
}
.about-culture-list {
    margin-bottom: 50px;
}
.about-culture-list li {
    display: inline-block;
    width: 316px;
    height: 250px;
    margin: 0 28px;
    background: #fff;
    padding: 40px 0;
}
.about-culture-list li .pic {
    margin-bottom: 20px;
}
.about-culture-list li .tit {
    font-size: 20px;
    color: #d0212b;
    margin-bottom: 10px;
}
.about-culture-list li .des {
    font-size: 16px;
    height: 48px;
}
.about-album-content .bd {
    height: 292px;
    overflow: hidden;
}
.about-album-list {
    width: 1220px;
} 
.about-album-list li {
    float: left;
    width: 388px;
    margin-right: 18px;
    text-align: center;
}

.about-album-list li .pic {
    position: relative;
    width: 388px;
    height: 248px;
    overflow: hidden;
}
.about-album-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-album-list li .pic:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.about-album-list li .tit {
    font-size: 16px;
    padding-top: 20px;
}
/*.about-album-list li .pic .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d0212b;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-album-list li .pic:hover .cover {
    opacity: .8;
}
.about-album-list li .pic .cover:before {
    content: url(../images/icon_s.png);
    display: inline-block;
    width: 37px;
    height: 38px;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    margin-left: -18.5px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.about-album-list li:hover .pic .cover:before {
    top: 40%;
    opacity: 1;
}*/
/*内页 尚泰会*/
.sth-intro .com-title {
    padding-top: 60px;
    padding-bottom: 85px;
}
.sth-intro .com-title .tit-cn {
    margin-bottom: 10px;
}
.sth-logo-content {
    margin-bottom: 120px;
    padding: 0 50px 0 100px;
    height: 298px;
    background: #F5F5F5;
}
.sth-logo-content .pic {
    margin-right: 105px;
    margin-top: 25px;
    width: 243px;
    height: 243px;
    position: relative;
}
.sth-logo-content .pic:before {
    content: url(../images/sth_logo_bg.png);
    width: 343px;
    height: 343px;
    position: absolute;
    left: -50px;
    top: -50px;
}
.sth-logo-content .des {
    padding-top: 75px;
    line-height: 2;
}
.sth-standard {
    height: 600px;
    background: url(../images/sth_standard.jpg) no-repeat center;
}
.sth-standard .com-title .tit-des {
    color: #818181;
}
.sth-stand-list li {
    float: left;
    margin-bottom: 40px;
    width: 50%;
    padding: 0 50px;
}
.sth-stand-list li .des {
    font-size: 16px;
    color: #B8B8B8;
    line-height: 1.8;
    margin-top: 10px;
}
.sth-service-list li {
    position: relative;
    display: inline-block;
    margin: 0 40px;
}
.sth-service-list li ~ li:before {
    content: "+";
    position: absolute;
    left: -60px;
    top: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
}
.sth-service .des {
    margin-top: 40px;
}
.sth-industry {
    height: 743px;
    background: url(../images/sth_industry_bg.jpg) no-repeat center;
}
.sth-company {
    height: 803px;
    background: url(../images/sth_comp_bg.jpg) no-repeat center;
}
.sth-comp-content {
    background: #fff;
}
.sth-comp-content .des {
    overflow: hidden;
    height: 516px;
    padding: 45px 30px 45px 47px;
}
.sth-comp-list {
    overflow-y: scroll;
    height: 100%;
    padding-right: 50px;
}
.sth-comp-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 18px;
}
.sth-comp-list li:before {
    content: url(../images/icon_sq.png);
    position: absolute;
    left: 0;
    top: -2px;
}
.sth-comp-list li ~ li {
    margin-top: 20px;
}
.sth-focus {
    padding-top: 100px;
    padding-bottom: 135px;
}
.sth-focus .fs-12 {
    margin-top: 10px;
}
.sth-focus .com-des {
    margin-top: 35px;
}

/*发展历程*/
.develop-intro .com-title .tit-cn {
    margin-top: 10px;
    margin-bottom: 0;
}
.develop-content {
    padding-bottom: 130px;
}
.develop-content .bd {
    padding: 0 180px;
    height: 335px;
    overflow: hidden;
}
.develop-content .bd ul li {
    float: left;
    height: 335px;
    width: 100%;
}
.develop-content .bd ul li .com-table {
    width: 100%;
}
.develop-content .bd ul li .date {
    /*margin-right: 60px;*/
    margin-top: 6px;
}
.develop-content .bd ul li .date span {
    font-size: 48px;
    line-height: 1;
}
.develop-content .bd ul li .des {
    line-height: 1.8;
    font-size: 16px;
    padding-top: 6px;
    width: 80%;
    margin-left: 60px;
}
.develop-content .hd {
    text-align: center;
    border-top: 1px solid #E7E7E7;
    font-size: 0;
    padding-top: 40px;
}
.develop-content .hd ul li {
    position: relative;
    display: inline-block;
    width: 7%;
    font-size: 20px;
    cursor: pointer;
}
.develop-content .hd ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -45px;
    height: 15px;
    border-left: 1px solid #D7D7D7;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.develop-content .hd ul li.on:before {
    height: 30px;
    border-color: #d0212b;
}
.develop-content .hd ul li.on {
    color: #d0212b;
    font-size: 24px;
}

/*团队*/
.page-team .gr-team-list li {
    margin-bottom: 20px;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

.effect-bubba {
    /*background: #fff;*/
}

.effect-bubba img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-height: none;
}

.effect-bubba:hover img {
    /*opacity: 0.9;*/
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.effect-bubba figcaption::before,
.effect-bubba figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba figcaption::before {
    border-top: 1px solid #d0212b;
    border-bottom: 1px solid #d0212b;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-bubba figcaption::after {
    border-right: 1px solid #d0212b;
    border-left: 1px solid #d0212b;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.effect-bubba:hover figcaption::before,
.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*合作伙伴*/
.page-partner {
    height: 785px;
    background: url(../images/partner_bg.jpg) no-repeat;
}
.partner-content {
    width: 895px;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}
.partner-list li {
    display: inline-block;
    margin: 0 20px 35px;
    width: 251px;
    height: 99px;
    box-shadow: 0 0 30px #ddd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.partner-list li:nth-child(4),
.partner-list li:nth-child(5),
.partner-list li:nth-child(9),
.partner-list li:nth-child(10),
.partner-list li:nth-child(14),
.partner-list li:nth-child(15),
.partner-list li.c2 {
     margin: 0 25px 35px;
}
.partner-list li:hover {
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0);
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
}

/*案例*/
.select-content {
    padding: 25px 0;
    background: url(../images/bg_select.jpg);
}
.select-content dl { padding:20px 0; _padding:0; height:auto; line-height: 26px; overflow:hidden;}
.select-content dl ~ dl {border-top: 1px dashed #D2D5D6;}
.select-content dl dt { float:left; color:#383838;  overflow:hidden; font-size: 16px;margin-right: 10px;}
.select-content dl dd {
    float: left;
    line-height: 26px;
    overflow: hidden;
}
.select-content dl dd a {
    margin: 0 2px;
    padding: 0 10px;
    display: inline-block;
}
.select-content dl dd a:hover {
    color: #d0212b;
}
.select-content dl dd a.hong { color:#fff;  background:#d0212b;}
.select-content dl dd h1 { margin:0 20px;  display:inline-block;color:red;}
.selected-bar { padding: 17px 0;}
.selected-bar .tit {
    margin-right: 5px;
}
.selected-bar img {
    margin: 0 15px 0 2px;
    vertical-align: text-bottom;
}
.selected-bar span a { color:#d0212b;}
.gr-case-list {
    width: 1220px;
}
.gr-case-list li {
    margin-right: 18px;
    width: 280px;
    float: left;
}

.gr-case-list li .pic {
    display: block;
    position: relative;
    width: 388px;
    height: 262px;
    overflow: hidden;
}
.gr-case-list li .pic .cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}
.gr-case-list li .pic img { width:280px; height:280px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-case-list li:hover .pic img { 
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} 
.gr-case-list li .cont {
    position: relative;
    margin: -40px auto 25px;
    padding: 15px 25px 15px;
    z-index: 99;
    position: relative;
    background: #fff;
    width: 95%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.gr-case-list li .cont:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #d0212b;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-case-list li:hover .cont:before {
    opacity: 1;
}
.gr-case-list li .cont .tit {
    margin-bottom: 5px;
    font-size: 16px;
    color: #1d1819;
}
.gr-case-list li .cont .tit a {
    color: #1d1819;
}
.gr-case-list li:hover .cont .tit a{
    color: #d0212b;
}

/*优势*/
.ys-idea {
    padding-top: 75px;
    height: 480px;
    background: url(../images/ys_idea.jpg) no-repeat center;
}
.ys-idea-content {
    background: #fff;
    height: 323px;
    padding: 0 100px;
}
.title-line {
    position: relative;
}
.title-line:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 54px;
    border-bottom: 1px solid #ccc;
    margin-left: -27px;
}
.ys-custom-list li {
    float: left;
    width: 33.33333%;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 70px;
}
.ys-custom-list li .pic {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ys-custom-list li:hover .pic {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0 30px #ddd;
}
.ys-custom-list li .tit {
    font-size: 18px;
    color: #d0212b;
    margin-bottom: 10px;
}
.ys-custom-list li .des {
    line-height: 1.7;
}
.ys-system {
    height: 475px;
    background: url(../images/ys_sys_bg.jpg) no-repeat center;
}
.ys-sys-list {
    margin-top: 10px;
    height: 130px;
    background: url(../images/ys_sys_list.png) no-repeat center;
}
.ys-sys-list li {
    float: left;
    width: 56px;
    text-align: center;
    margin-left: 72px;
}
.ys-sys-list li:first-child {
    margin-left: 110px;
}
.ys-sys-list li:nth-child(2n) {
    position: relative;
    top: 102px;
}
.case-recomd .text-center {
    margin-top: 60px;
}
.case-recomd .text-center a {
    margin: 0 2px;
}

/*工艺*/
.tech-intro-bar {
    text-align: center;
    margin-bottom: 50px;
    padding: 35px 0 40px;
    border-top: 1px dashed #DADADA;
    border-bottom: 1px dashed #DADADA;
}
.tech-intro-bar li {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    margin: 0 30px;
}
.tech-intro-bar li em {
    font-size: 36px;
}
.tech-intro-one {
    height: 466px;
    position: relative;
}
.tech-intro-one .des {
    position: absolute;
    right: 0;
    top: 34px;
    width: 554px;
    height: 396px;
    background: #fff;
    padding: 70px 30px 70px 70px;
}
.tech-intro-two .des {
    overflow: hidden;   
    font-size: 20px;
    padding-top: 80px;
    padding-left: 20px;
}
.tech-intro-two .pic {
    position: relative;
}
.tech-system {
    /*background: url(../images/tech_system_bg.jpg) no-repeat center;*/
    background: #f5f5f5;
    background-size: cover;
}
.tech-sys-list li {
    position: relative;
    display: inline-block;
    margin: 0 50px 36px;
    width: 121px;
    height: 121px;
    line-height: 110px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
}
.tech-sys-list li a {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tech-sys-list li:hover a {
    color: #fff;
}
.tech-sys-list li .cover {
    position: absolute;
    left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d0212b;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    line-height: 121px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.tech-sys-list li:hover .cover {
    opacity: 1;
    left: 0;
}
.tech-sys-list li:before {
    content: "+";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    font-size: 20px;
    font-family: serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*全案服务*/
.st-service-content {
    position: relative;
    padding: 0 45px;
    
}
.st-service-content .st-ser-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 364px;
    height: 364px;
    background: #d0212b;
    color: #fff;
    border-radius: 50%;
    margin-left: -182px;
    margin-top: -191px;
    text-align: center;
    padding-top: 60px;
}
.st-service-content .st-ser-tit h5 {
    margin-top: 20px;
    font-size: 24px;
}
.st-service-list li {
    margin-bottom: 18px;
    width: 440px;
    height: 97px;
    background: #EFEFEF;
}
.st-service-list.f-r li {
    text-align: right;
}
.st-service-list li .num {
    width: 90px;
    height: 97px;
    background: #d0212b;
    text-align: center;
    line-height: 97px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.st-service-list.f-r li .num {
    margin-left: 24px;
}
.st-service-list.f-l li .num {
    margin-right: 24px;
}
.st-service-list li .tit {
    font-size: 16px;
    color: #d0212b;
    padding-top: 14px;
    margin-bottom: 5px;
}
.st-service .com-des {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px dashed #E1E1E1;
}
.service-ys-cate {
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 45px;
}
.service-ys-cate li {
    display: inline-block;
    font-size: 16px;
    width: 157px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-ys-cate li.on,
.service-ys-cate li:hover {
    background: #d0212b;
    color: #fff;
}
.st-ser-ys-content .bd .item ~ .item {
    display: none;
}
.st-ser-ys-content .bd .item {
    width: 1200px!important;
}
.st-ser-ys-content .bd .item .pic {
    width: 515px;
    height: 322px;
    margin-right: 46px;
}
.st-ser-ys-content .bd .item .cont {
    height: 322px;
}
.st-ser-ys-content .bd .item .cont .tit {
    margin-bottom: 5px;
    font-size: 20px;
    color: #d0212b;
}
.st-ser-ys-content .bd .item .cont .tit-mini {
    font-size: 16px;
    color: #333;
}
.st-ser-ys-content .bd .item .cont .des {
    margin-top: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
}
.st-kefu-list .item {
    height: 230px;
}
.st-kefu-list .item .tit {
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}
.st-kefu-list .item .des {
    font-size: 16px;
}
.st-kefu-list .item-1 .pic {
    margin-right: 45px;
}
.st-kefu-list .item-2 .pic {
    margin-left: 45px;
}
.st-kefu .com-more-bar {
    padding-top: 60px;
}
.st-customer-list {
    width: 1222px;
}
.st-customer-list li {
    position: relative;
    float: left;
    width: 387px;
    height: 338px;
    margin-right: 20px;
    overflow: hidden;
}
.st-customer-list li .pic {
    width: 387px;
    height: 226px;
    overflow: hidden;
}
.st-customer-list li .tit {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #333;
}
.st-customer-list li .tit .des {
    line-height: 1.75;
}
.st-customer-list li .tit em {
    margin-left: 12px;
    color: #999;
    font-size: 14px;
}
.st-customer-list li .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.st-customer-list li:hover .cover {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.st-customer-list li .cover .tit {
    margin-bottom: 15px;
}
.st-customer-list li .cover .c-des {
    color: #666;
}

/*售后服务*/
.after-idea .com-des {
    padding: 0 60px;
}
.after-zc ul li {
    width: 50%;
    float: left;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.after-lc ul {
    margin-bottom: 120px;
    margin-top: 85px;
    height: 227px;
    background: url(../images/st_service_lc.png) no-repeat center top #f4f4f4;
    text-align: center;
}
.after-lc ul li {
    display: inline-block;
    margin-bottom: 54px;
    width: 264px;
    text-align: center;
    font-size: 0;
    position: relative;
}
.after-lc ul li .tit {
    width: 92px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 16px;
    font-size: 16px;
    display: inline-block;
}
.after-lc ul li .des {
    font-size: 16px;
    margin-bottom: 44px;
}
.after-lc ul li.line-1 {
    top: -62px;
}

/*新闻列表*/
.news-container {
    padding-top: 60px;
    position: relative;
}
.news-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 420px;
    width: 100%;
    border-top: 1px solid #ECECEC;
}
.news-container .gr-news-list {
    padding-bottom: 0;
}
.gr-news-list li.first {
    margin-bottom: 50px;
    padding-bottom: 60px;
    width: 100%;
}
.gr-news-list li.first .pic {
    float: left;
    width: 500px;
    height: 300px;
    margin-right: 56px;
}
.gr-news-list li.first .tit {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;
}
.gr-news-list li.first .tit a {
    color: #333;
}
.gr-news-list li.first .tit a:hover {
    color: #d0212b;
}
.gr-news-list li.first .des {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.gr-news-list li.first .date {
    margin-bottom: 30px;
    font-size: 14px;
}


/*联系页面*/
.page-contact {
    padding: 70px 0 100px;
}
.page-contact .map {
    margin-left: 35px;
    width: 868px;
    height: 492px;
    overflow: hidden;
}
.page-contact .contact-info .tit {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}
.page-contact .contact-info p {
    line-height: 2.2;
}
.page-contact .contact-info ul li {
    margin-top: 30px;
    margin-right: 8px;
    display: inline-block;
    width: 120px;
    text-align: center;
}
.page-contact .contact-info ul li img {
    margin-bottom: 6px;
    border: 7px solid #ECECEC;
}
.form-box-1 ul li {
    float: left;
    padding: 0 25px;
    width: 391px;
    height: 60px;
    line-height: 60px;
    background: #fff;
}
.form-box-1 ul li ~ li {
    margin-left: 13px;
}
.form-box-1 label {
    margin-right: 5px;
}
.form-box-1 ul li input,
.form-box-2 ul li input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}
.form-box-2 ul li input {
    width: 370px;
}
.form-box-1 .form-textarea,
.form-box-2 .form-textarea {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 25px;
    background: #fff;
}
.form-box-2 .form-textarea {
    padding: 20px;
}
.form-box-1 .form-textarea textarea{
    width: 1060px;
    height:180px;
}
.form-box-1 .sub-btn,
.form-box-2 .sub-btn {
    font-family: 'Microsoft Yahei';
    cursor: pointer;
    outline: none;
}

.form-box-2 {
    width: 990px;
}
.form-box-2 ul li {
    float: left;
    width: 486px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #E2E2E2;
    padding-left: 20px;
}
.form-box-2 ul li:first-child {
    margin-right: 18px;
}
.form-box-2 .form-textarea {
    background: transparent;
    border: 1px solid #E2E2E2;
}
.form-box-2 .form-textarea textarea {
    width: 878px;
    height: 240px;
    padding: 5px 10px;
}
.form-box-2 .sub-btn {
    width: 100%;
    height: 60px;
    background: #d0212b;
    background: -moz-linear-gradient(top, #E80013 0%, #D00011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E80013), color-stop(100%,#D00011));
    background: -webkit-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -o-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -ms-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: linear-gradient(to bottom, #E80013 0%,#D00011 100%);
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.form-box-2 .sub-btn:hover {
    opacity: .9;
}

/*新联系*/
.contact-content {
    position: relative;
    height: 380px;
}
.contact-content .item.f-l {
    padding: 40px 40px 0px 0;
    width: 50%;
}
.contact-content .item.f-r {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/contact_pic.jpg) no-repeat center;
    width: 50%;
    height: 380px;
}
.contact-tit {
    display: inline-block;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
    color: #d0212b;
}
.contact-tit i {
    vertical-align: text-bottom;
    margin-right: 15px;
}
.contact-content .item .des {
    line-height: 45px;
    font-size: 16px;
}
.contact-content .item .des .c-df {
    font-size: 20px;
}
.contact-address {
    padding: 64px 0;
}
.contact-add-list {
    width: 50%;
}
.contact-add-list.f-r {
    width: 45%;
}
.contact-add-list h4 {
    font-size: 20px;
    color: #d0212b;
    margin-bottom: 35px;
}
.contact-add-list li {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 35px;
    margin-bottom: 40px;
    position: relative;
}
.contact-add-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    border-bottom: 1px solid #E6E6E6;
}


/*团队 */
.gr-dteam-list {
    width: 1220px;
}
.gr-dteam-list li {
    position: relative;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
    width: 590px;
    text-align: center;
}
.gr-dteam-list li .pic {
    /*padding: 20px 0;*/
    background: #efefef;
    /*border-radius: 5px;*/
    width: 590px;
    height: 362.5px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.gr-dteam-list li .pic img {
    width: 100%;
    max-height: none;
}
.gr-dteam-list li .pic:hover {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.gr-dteam-list li .tit {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.gr-dteam-list li .tit a {
    /*color: #d0212b;*/
}
.gr-dteam-list li:hover .tit a {
    color: #d0212b;
}
.gr-dteam-list li .des {
    padding: 0 35px;
    line-height: 1.75;
    display: none;
}

.team-content {
    height: 461px;
    background: #fff;
}
.team-content .team-pic {
    width: 750px;
    height: 461px;
    background: #ddd;
}
.team-content .team-pic img {
    width: 100%;
    max-height: none;
}
.team-content .team-info  {
    float: right;
    width: 450px;
    padding: 25px 36px;
    border-top: 2px solid #D0212D;
}

.team-content .team-info .com-casebtn {
    margin-left: 125px;
}
.team-info .team-cont li {
    margin: 10px 0;
    line-height: 30px;
}
.team-info .team-cont li .mini-tit {
    margin-right: 10px;
    width: 115px;
    text-align: right;
    /*color: #6c6c6c;*/
    font-weight: bold;
}
.team-info .team-cont li .des {
    padding-left: 125px;
}
.team-detail {
    text-align: center;
    font-size: 16px!important;
}
.team-detail p {
    font-size: 16px!important;
    color: #060e12;
    line-height: 35px;
}
.team-detail p span {
    font-size: 16px!important;
}
.team-detail img {
    margin-top: 10px;
}
.team-content .team-pic2 {
    width: 400px;
    height: 500px;
    overflow: hidden;
}
.team-content .team-pic2 img {
    width: 100%;
    max-height: none;
}
.team-content .team-info2 {
    width: 800px;
    border-top: none;
}
.team-content .team-info2 .team-cont,
.team-content .team-info2 .team-cont p {
    line-height: 2!important;
}
.team-other {
    padding: 45px 0 80px;
}
.team-other .team-tit {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

/*通用详细页*/
.com-sidebar {
    width: 235px;
    background: #fff;
    padding: 40px;
}
.com-sidebar .tit {
    color: #333;
    font-size: 18px;
    line-height: 46px;
}
.com-sidebar ul li a {
    font-size: 14px;
    display: inline-block;
    line-height: 34px;
    width: 100%;
}
.com-sidebar ul li a.on {
    color: #d0212b;
}
.com-content {
    padding: 35px 40px 40px;
    width: 950px;
    background: #fff;
}
.com-content .tit {
    border-bottom: 1px solid #dbdbdb;
    font-size: 24px;
    line-height: 70px;
    margin-bottom: 30px;
}

.load-more {
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.load-more:before {
    content: url(../images/icon_more.png);
    position: absolute;
    left: 50%;
    bottom: -20px;
    line-height: 1;
    margin-left: -20px;
}


/*弹窗*/
.imageflow-bg{background-color: #000; background-color: rgba(0, 0, 0, 0.9); position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 9998; display: none;}
.imageflow-content{position: relative; margin: 0 auto;/* width: 1200px;*/}
@media screen and (max-width: 1440px){.imageflow-content{width: 1200px;} .imageflow .scrollbar{top: 140px!important;}}
.imageflow-close{position: absolute; right: 5%; top: 10%; z-index: 9999; color: #000; background: #fff; font-size: 18px; width: 34px; height: 34px; line-height: 34px; border-radius: 50%; text-align: center; font-weight: 300; cursor: pointer; font-family: sans-serif; opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.imageflow-close:hover{opacity: 1; filter: alpha(opacity=100);}


.box .ke-zeroborder {
    width: 100%!important;
    border: none!important;
}
.box .ke-zeroborder tr,
.box .ke-zeroborder td {
    border: none!important;
    padding: 0!important;
    vertical-align: top!important;
}
.box .ke-zeroborder td>p:first-child,
.box .ke-zeroborder td>p:first-child span {
    margin-bottom: 10px;
    font-size: 16px!important;
}


/*案例详情*/
.case-detail-content {
    margin-top: 76px;
}
.case-select-list {
    position: relative;
    top: -40px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 0;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}
.case-select-list li {
    position: relative;
    display: inline-block;
    margin: 0 38px;
    font-size: 20px;
    color: #1d1819;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.case-select-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #D0212D;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.case-select-list li.on,
.case-select-list li:hover {
    color: #d0212b;
}
.case-select-list li.on:before {
    left: 0;
    width: 100%;
}
.case-item-wrap .case-item ~ .case-item {
    display: none;
}
.case-item {
    margin-top: -20px;
}
.pzbz-content {
    padding-bottom: 60px;
    padding-top: 32px;
}
.pzbz-content .pz-item {
    float: left;
    width: 33.3333%;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
    text-align: center;
    padding: 40px 25px;
    height: 420px;
    border-radius: 3px;
}
.pzbz-content .pz-item.middle {
    height: 500px;
    padding: 63px 43px 0;
    color: #fff;
    background: #d0212b;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.pzbz-content .pz-item .tit {
    position: relative;
    font-size: 24px;
    color: #1d1819;
    margin-top: 10px;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.pzbz-content .pz-item .tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    margin-left: -30px;
    border-bottom: 2px solid #DCDCDC;
}
.pzbz-content .pz-item.middle .tit:before {
    border-color: #DCDCDC;
}
.pzbz-content .pz-item .des {
    text-align: left;
    line-height: 30px;
    color: #6c6c6c;
}
.pzbz-content .pz-item.middle .tit {
    color: #fff;
}
.pzbz-content .pz-item.middle .des {
    color: #e5e5e5;
}

.zxmm-content {width:1160px;height:430px;margin-top: 25px;}
.zxmm-content ul li{list-style:none;background: #fff;height:110px;width:192px;float:left;margin:30px 20px 40px;position:relative;border-radius: 2px;box-shadow: 0 0 20px #ddd;-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;}
.zxmm-content ul li:before{
    content:"";height:110px;width:192px;background: #fff;position:absolute;top:0px;left:0px;
    transform:rotate(60deg);
    -webkit-transform:rotate(60deg);
    -moz-transform:rotate(60deg);
    border-radius: 2px;
    box-shadow: 0 0 20px #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zxmm-content ul li:after,
.zxmm-content ul li .cover1 {
    content:"";height:110px;width:192px;background: #fff;position:absolute;top:0px;left:0px;z-index:1;
    transform:rotate(-60deg);
    -webkit-transform:rotate(-60deg);
    -moz-transform:rotate(-60deg);
    border-radius: 2px;
    box-shadow: 0 0 20px #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zxmm-content ul li .cover1 {
    box-shadow: none;
    display: block;
    z-index: 3;
    position: relative;
    left: 0;
    top: -110px;
    transform: rotate(60deg);
    border-radius: 2px;
}
.zxmm-content ul li.mar{margin-left:136px;}
.zxmm-content ul li .des {
    position: relative;
    height: 110px;
    width: 100%;
    z-index: 5;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 1.1;
    border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zxmm-content ul li .des span {
    font-size: 72px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zxmm-content ul li:hover,
.zxmm-content ul li:hover:before,
.zxmm-content ul li:hover:after,
.zxmm-content ul li:hover .cover1,
.zxmm-content ul li:hover .des {
    background: #D0212D;
    color: #fff;
}
.zxmm-content ul li:hover .des span {
    color: #fff;
}

.com-casebtn {
    margin-bottom: 10px;
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #787878;
    background: -moz-linear-gradient(top, #787878 0%, #6C6C6C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#6C6C6C));
    background: -webkit-linear-gradient(top, #787878 0%,#6C6C6C 100%);
    background: -o-linear-gradient(top, #787878 0%,#6C6C6C 100%);
    background: -ms-linear-gradient(top, #787878 0%,#6C6C6C 100%);
    background: linear-gradient(to bottom, #787878 0%,#6C6C6C 100%);
    color: #fff!important;
    border-radius: 3px;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-casebtn:hover {
    opacity: .9;
}
.com-casebtn.zx {
    background: #D80011;
    background: -moz-linear-gradient(top, #E80013 0%, #D00011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E80013), color-stop(100%,#D00011));
    background: -webkit-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -o-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: -ms-linear-gradient(top, #E80013 0%,#D00011 100%);
    background: linear-gradient(to bottom, #E80013 0%,#D00011 100%);
}
.com-casebtn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.com-casebtn.zx .icon {
    background: url(../images/icon_case_zx.png) no-repeat center;
}
.com-casebtn.hotline .icon {
    background: url(../images/icon_case_tel.png) no-repeat center;
}
.zxmm .center {
    text-align: center;
    padding-bottom: 60px;
}
.zxmm .center .com-casebtn {
    margin: 0 8px;
}

/*案例轮播效果*/
.successlunbo {
    width: 874px;
    margin:0 auto 45px;
}
/* sildes css begin */

.control {
    width: 750px;
    height: 506px;
    background: #F2F2F2;
    display: block;
    /*position: absolute;
    top: 0;
    left: 0;*/
    float: right;
    overflow: hidden;
}

.change li {
    width: 750px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 750px;
    height: 506px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    display: none;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    display: none;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 36px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #F2F2F2;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    background: #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ssprev span,
.ssnext span {
    display: none;
}
.ssprev {
    left: 0;
    background: url(../images/arrows_01.png) no-repeat center rgba(221, 221, 221, .5);
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
.ssnext {
    right: 0;
    background: url(../images/arrows_02.png) no-repeat center rgba(221, 221, 221, .5);
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
.ssnext:hover,
.ssprev:hover {
    background-color: rgba(208, 33, 43, .5);
}
/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.pageClass a span {
    display: none
}
.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.thumbWrap {
    width: 124px;
    height: 506px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F2F2F2;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    float: left;
    height: 510px;
    overflow: hidden;
    position: relative;
    width: 118px;
}
.thumbWrap ul li {
    margin-bottom: 6px;
    overflow: hidden;
    text-align: center;
    width: 118px;
    box-sizing: border-box;
}
.thumbWrap ul li.cur {
    border: 2px solid #D0212D;
}
.thumbWrap ul li div {
    /*display: table-cell;
    width: 118px;
    height: 80px;
    vertical-align: middle;*/
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    max-width: 100%;
    max-height: 100%;
/*    width: expression(this.width > 127 && this.width > this.height ? 127: true);
    height: expression(this.height >89 ? 89: true);*/
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur {}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    display: none;
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 25px;
    top: 15px;
    background: url(../images/sprev.png) no-repeat;
}
.thumbNext {
    left: 25px;
    bottom: 10px;
    background: url(../images/snext.png) no-repeat;
}
/*案例轮播效果结束*/

/*优势2*/
.st-youshi .ys-item {
    margin-bottom: 10px;
    box-shadow: 0 0 20px #ddd;
    height: 300px;
}
.st-youshi .ys-item .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.st-youshi .ys-item .pic:hover img {
    opacity: .9;
}
.st-youshi .ys-item .cont {
    padding: 56px 70px 0 60px;
    overflow: hidden;
}
.st-youshi .ys-item .cont .tit {
    font-size: 24px;
    color: #1d1819;
    line-height: 1;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 18px;
}
.st-youshi .ys-item .cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-bottom: 2px solid #DCDCDC;
}
.st-youshi .ys-item .cont .des {
    color: #6c6c6c;
    line-height: 28px;
}


/*首页团队*/
.exhibition_hall {text-align:center;position: relative;overflow:hidden;}
.roundabout_box img {display: block; width:100%;position: relative;}
/**********roundabout**********/
.roundabout_box {height:495px;width:1200px;margin:40px auto 20px auto;position: relative;}
.roundabout_box .btn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 154px;
    z-index: 888;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.roundabout_box .btn.prev {
    left: -56px;
    background: url(../images/arrow_left.png) no-repeat center;
}
.roundabout_box .btn.prev:hover {
    background: url(../images/arrow_left_on.png) no-repeat center;
}
.roundabout_box .btn.next {
    width: 155px;
    right: -56px;
    background: url(../images/arrow_right.png) no-repeat center;
}
.roundabout_box .btn.next:hover {
    background: url(../images/arrow_right_on.png) no-repeat center;
}
.roundabout-holder{list-style:none;width:500px;height:495px;margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:495px;width:806px;cursor:pointer;background:#f9f9f9;position: relative;}
.roundabout-moveable-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: .3;
}
.roundabout-moveable-item .text {
    position: absolute;
    left: 50%;
    bottom: 30px;
    color: #9B9D9E;
    width: 650px;
    margin-left: -325px;
    font-size: 14px;
    z-index: 4;
    transform: translateY(60px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.roundabout-moveable-item .box {
    position: relative;
    z-index: 4;
}
.roundabout-moveable-item.roundabout-in-focus:hover .text {
    transform: translateY(0);
}
.roundabout-moveable-item .text .tit {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 18px;
    position: relative;
}
.roundabout-moveable-item .text .tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    margin-left: -30px;
    border-bottom: 1px solid #fff;
}
.roundabout-moveable-item .text .tag-list {
    margin-bottom: 15px;
}
.roundabout-moveable-item .text .tag-list .tag {
    display: inline-block;
    width: 62px;
    height: 28px;
    line-height: 28px;
    background: rgba(132, 129, 129, 0.5);
    color: #fff;
    font-size: 16px;
    border-radius: 14px;
    margin: 0 5px;
}
.roundabout-moveable-item .text .des {
    color: #fff;
}
.roundabout-moveable-item .text .more {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;/*border-left:1px #fff solid;border-right:1px #fff solid;*/}
.roundabout-in-focus000:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#3366cc;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}

/*全案服务*/
.page-qb {
    padding-top: 30px;
}
.zz-list {
    width: 1230px;
}
.zz-list li {
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 380px;
    height: 200px;
    box-shadow: 0 0 20px #ddd;
    padding: 45px 30px 0;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.zz-list li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.zz-list li .num {
    position: absolute;
    right: 30px;
    top: 20px;
    line-height: 1;
    font-size: 36px;
    color: #6c6c6c;
}
.zz-list li .tit {
    position: relative;
    font-size: 24px;
    color: #d0212b;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.zz-list li .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 2px solid #d0212b;
}
.zz-list li .des {
    color: #6c6c6c;
    line-height: 28px;
}
.service-item-list {
    text-align: center;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    background: #eee;
    border-radius: 30px;
}
.service-item-list li {
    display: inline-block;
    padding: 0 28px;
    font-size: 16px;
    color: #1d1819;
    cursor: pointer;
}
.service-item-list li.on {
    color: #fff;
    background: #d0212b;
}
.service-ys .st-youshi {
    margin-top: 40px;
}
.service-ys .st-youshi .ys-item ~ .ys-item {
    display: none;
}
.service-ys .st-youshi .ys-item {
    margin-bottom: 30px;
}
.cn-list {
    width: 1220px;
}
.cn-list li {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 230px;
    height: 300px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 54px 30px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.cn-list li:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 250px;
    height: 320px;
    background: #E80012;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cn-list li:hover:before {
    opacity: 1;
}
.cn-list li .en {
    position: relative;
    font-size: 16px;
    color: #1d1819;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cn-list li .tit {
    position: relative;
    margin-top: 16px;
    padding-bottom: 36px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #1d1819;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cn-list li .tit:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    border-bottom: 2px solid #DCDCDC;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cn-list li .des {
    position: relative;
    color: #6c6c6c;
    line-height: 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cn-list li:hover .en,
.cn-list li:hover .tit,
.cn-list li:hover .des {
    color: #fff;
}
.cn-list li:hover .tit:before {
    border-color: #fff;
}
.lc-content {
    padding-top: 30px;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 0 20px #ddd;
}
.lc-content .item ~ .item {
    display: none;
}
.lc-content .big-des {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 28px;
    margin-bottom: 30px;
}
.lc-list {
    padding: 0 25px;
}
.lc-list li {
    float: left;
    width: 20%;
    padding: 0 25px;
    text-align: center;
    height: 200px;
    margin-bottom: 35px;
    color: #6c6c6c;
}
.lc-list li .pic,
.szdz-list li .pic {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    box-shadow: 0 0 20px #ddd;
    margin-bottom: 15px;
    font-size: 0;
    border-radius: 50%;
    text-align: center;
    border:1px solid #E9E9E9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lc-list li:hover .pic,
.szdz-list li:hover .pic {
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.lc-list li .pic img {
    vertical-align: middle;
}
.lc-list li .pic .num,
.szdz-list li .pic .num {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #797979;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lc-list li:hover .pic .num,
.szdz-list li:hover .pic .num {
    background: #D0212D;
}
.lc-list li .des {
    font-size: 20px;
    color: #1d1819;
    line-height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lc-list li:hover .des {
    color: #D0212D;
}
.gcjq .gr-news-list li.first {
     margin-right: 0;
     padding-bottom: 0;
     margin-top: 50px;
     margin-bottom: 0;
}

/*设计定制流程*/
.szdz-list {
    padding: 20px;
}
.szdz-list li {
    float: left;
    width: 25%;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px;
}
.szdz-list li .pic {
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin-right: 22px;
}
.szdz-list li .pic .img1,
.szdz-list li .pic .img2,
.lc-list li .pic .img1,
.lc-list li .pic .img2 {
    display: inline-block;
    vertical-align: middle;
}
.szdz-list li .pic .img2,
.lc-list li .pic .img2 {
    position: absolute;
    left: 50%;
    width: 72px;
    margin-left: -36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.szdz-list li:hover .pic .img2,
.lc-list li:hover .pic .img2 {
    opacity: 1;
    visibility: visible;
}
.szdz-list li .pic .num {
    top: -8px;
    right: -4px;
}
.szdz-list li .tit {
    font-size: 24px;
    color: #1d1819;
    padding-top: 5px;
    margin-bottom: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.szdz-list li:hover .tit {
    color: #d0212b;
}

.sgzy-list {
    padding: 20px 25px;
}
.sgzy-list li {
    height: auto;
}
.sgzy-list li .pic {
    font-size: 20px;
    color: #1d1819;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sgzy-list li:hover .pic {
    color: #d0212b;
}
.sgzy-list li:first-child .pic {
    line-height: 1.2;
}
.sgzy-list li:first-child .pic .btit {
    display: inline-block;
    margin-top: 35px;
}



.w1224 { width:1200px;margin: 0 auto;}

.indexnews{ height:600px;}

.newslistmleft{ margin-left:20px;}
.colorblue{ background:#01adf0; color:#01adf0}
.colororgaer{ background:#F30; color:#F30}
.colorzise{ background:#616acb; color:#616acb}

.indexnews{ height:600px;}
.indexnews .title{ margin-top:40px; margin-bottom:40px;}
.indexnews .title H2{ text-align:center; font-size:24px; color:#666; line-height:40px;}
.indexnews .title P{ font-size:14PX; color:#999;text-align:center;}
.indexnewslist{ width:385px; height:420px; display:block; background:#FFF; border:#CCC 1px solid;}
.indexnewslist:hover{	 margin-top:-2px;
	 border: 1px solid #eee;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 5px 5px 10px #dcd9d9;
}

.indexnewslist .tops{position:relative; height:80px; margin-bottom:15px;}
.indexnewslist .tops H2{ height:80px; padding-left:15px; font-weight:normal; position:absolute; top:8px; line-height:80px; font-size:24px; color:#666; z-index:888; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;}
.indexnewslist .tops H2 i{ color:#F30;font-size:30px;}
.indexnewslist:hover .tops H2{ height:80px; line-height:80px; font-weight:normal; font-size:24px;position:absolute; top:4px; color:#ffffff;  z-index:888; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;
}
.indexnewslist:hover .tops H2 i{ color:#FFF; font-size:30px;}
.indexnewslist .tops .newsline{ height:8px; width:100%; top:0; display:block; position:absolute;z-index:1;}
.indexnewslist:hover .tops .newsline{ position:absolute; height:80px; z-index:1; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;
}

.fistnews{ width:100%; height:120px; display:block; border-bottom:#CCC 1px dashed; padding-bottom:10px;}
.fistnews img{ width:140px; height:100px; display:block; float:left; border:#CCC 1px solid; padding:2px; background:#FFF;}
.fistnews .rigtext{ width:230px; float:right;}
.fistnews .rigtext H5{ line-height:25px; color:#333; font-size:16px;}
.fistnews .rigtext p{ line-height:25px; font-size:12px; color:#999}

.indexnewslist ul{ padding:5px;}
.indexnewslist ul li{ height:30px; font-size:12px; line-height:30px;overflow:hidden;color:#666;}
.indexnewslist ul li a:hover{color:#F30;}
.indexmore{ text-align:right; padding-right:15px;}
.indexmore a{ font-size:12px; color:#F30;}
.indexmore a:hover{ text-decoration:underline;}

.fl {
float: left;
}

.fr{ float:right;}

.clear{ clear:both;}


.pagebanner{ width:100%; height:200px; display:block;}
.pagebanner img{ width:100%;  margin:0 auto; height:200px;}

.proc{ margin-top:20px; overflow:hidden; margin-bottom:20px;}
.content{ width:1200px; margin:0 auto; margin-top:20px;}
.prol{width:240px; float:left;}
.prol .tit{background:#004EA2;width: 237px;height: 64px; font-family:"微软雅黑";}
.prol .tit p{font-size: 20px;font-weight: bold;color: #FFF;padding-top: 20px;text-align: center;}
.prol .nr{background:  url(../images/p5.jpg) repeat-y left center;}
.prol h4{padding-bottom: 1px;}
.prol h4 a{display: block;background: url(../images/q1_18.jpg) no-repeat ;width:237px;height: 50px;line-height: 45px;font-size: 16px;color: #222222;padding-left: 45px;font-weight:normal;}
.prol h4 a:hover,.prol h4.cur a{background:#666;font-weight: bold;text-decoration: none;color: #FFF;}
.prol ul{line-height: 0;padding-bottom: 14px; list-style:none;}
.prol li{line-height: 33px;height: 34px; border-bottom:1px solid #cccccc;}
.prol li a{margin-left: 30px;padding-left: 14px;background: url(../images/p2.jpg) no-repeat left center;color: #333333;font-size: 14px;}
.prol li.non{background: none}
.con{ width:240px; height:320px; display:block; background-color:#fff; border:1px solid #ccc;}
.con h2{ width:240px; height:50px; display:block; background-color:#004EA2;  line-height:50px; color:#fff; text-align:center; font-size:18px;}
.con p{ font-size:14px; padding-left:12px; }
.con p span{ width:240px; height:30px; line-height:30px; display:block;}


.contentt{ width:1200px; overflow:hidden; margin:0 auto;}
.pror{width: 920px;font-family: "Microsoft YaHei"; float:right;}
.pror .tit{background: url(../images/bt1.jpg) no-repeat bottom center; height: 41px;}
.pror .tit span a{display: inline-block;width: 139px;height: 41px;text-align: center;line-height: 41px;font-weight: normal;font-size: 18px;color: #333333; }
.pror .tit span a:hover,.pror .tit span a.cur{background: url(../images/q1_03.jpg) no-repeat;color: #FFF;text-decoration: none;}
.pror .tit a.mo{margin-top: 5px; margin-left:50px;}
.pror ul{line-height: 0;font-size: 0;}
.pror li{float: left;padding-right: 20px;padding-top: 27px;}
.pror li.non{padding-right: 0;}
.pror li img{width: 210px;height: 200px;}
.pror li span{width: 210px; display: block;text-align: center;line-height: 31px;height: 31px;background: #B4B5B9;font-size: 14px;font-weight: bold;color: #FFF;}
.pror li a:hover span,.pror li.cur a span{background: #095faf;text-decoration: none;}


.channel-header {height: 40px; line-height: 40px; border-bottom: 1px solid #ccc; margin-top:5px; margin-bottom:20px;}
.channel-header .channel-title {color: #333; font-size: 20px; font-weight: normal; font-family:"微软雅黑";}
.am-container, .am-g-fixed{width: 1200px;}
.am-container { padding-left: 1.5rem; padding-right: 1.5rem;}
.am-fr { float: right; font-size:16px;}
.neirong { width:920px; height:auto; display:block; line-height:35px; font-size:14px; font-family:"微软雅黑";}
.newN { width:920px; overflow:hidden; display:block;  margin:0; padding:0; float:right; margin-bottom:30px; margin-top:-10px;}
.newN li{ list-style:none; display:block; line-height:90px; height:90px; border-bottom:1px solid #f0f0f0; margin:0; padding:0; width:950px;}
.newN li a{
	color:#1a1a1a;
	display:block;
	height:60px;
	line-height:60px;
	text-indent:15px;font-size:16px
	}
.newN li a:hover{color:#1564E9;}
.newN li p{  line-height:20px; margin:0; color:#999; margin-left:20px; font-size:14px;}	
.newN span{float:right; line-height:40px; margin-right:30px; color:#575757; font-size:14px; margin-top:10px;}

.list_page{text-align:center;margin:10px;font-family:"Microsoft YaHei"; }
.list_page a{display:inline-block;padding:7px 10px;background:#fff;border:1px solid #ccc;font-family:"micorsoft yahei","simsun";margin-left:-1px;color:#333; font-size:18px;}
.list_page a:hover{background:#ccc;color:#fff;border:1px solid #ccc; text-decoration:none;}



.content_nr{ width:920px; overflow:hidden; display:block;  padding-left:10px;  float:right; line-height:35px;  }
.content_nr h3{ font-family:"微软雅黑"; color:#444; text-align:center;}
.content_nr p{ color:#333; font-size:16px;}

.pre,.next{line-height:30px;height:30px; margin-top:10px; font-size:16px; text-decoration:none;}



.pre,.next{line-height:30px;height:30px; margin-top:10px; font-size:16px; text-decoration:none;}
.product{ width:910px; height:auto; display:block; float:right; margin-top:-20px;}
.product ul{ list-style:none; margin:0; padding:0;}
.product ul li{ width:200px; height:200px; border:1px solid #ccc; float:left; margin:12px;}
.product ul li img{width: 200px;height: 170px;}
.product ul li span{width: 200px; display: block;text-align: center;line-height: 30px;height: 30px;font-size: 14px;font-weight: bold;color: #333;}
.product ul li a{ text-decoration:none;}
.product li a:hover span,.pror li.cur a span{background: #095faf;text-decoration: none; color:#fff;}
